Bentley Substation CONNECT Edition Setup Guide - ProjectWise Managed Configuration

Create a new WorkSet/Project level CSB called "Substation_WorkSet_Link"

This CSB will make the vital connection between the CSB and the ProjectWise WorkSpace.
  1. In ProjectWise Administrator, under WorkSpaces > Managed > WorkSpace right-click over the WorkSet/Project Level and select New > Configuration Block.
  2. In the New Configuration Block Properties, enter the name Substation_WorkSet_Link and the description Substation WorkSet Link. Once complete click Apply.
  3. Add the directive: %include $(dms_project(_dgndir))Substation_Workspace.cfg

    Tip: The configuration variable dms_project(_DGNDIR) resolves the directory path to the first ProjectWise Project definition it encounters as it traverses backwards through the directories. This could resolve to a single parent Project (with no sub-projects) or a Sub-project. The configuration variable dms_parentproject(_DGNDIR) resolves the directory path to only the parent ProjectWise Project.
    Tip: The configuration variable LastDirPiece (dms_project(_DGNDIR)) resolves the project name based on the directory path to the first ProjectWise Project definition it encounters as it traverses backwards through the directories. This project name may be required or used in other CSB's.